Micron Document
baubs git

Node / mirrors / respira / files / tailwind.config.js

Displaying Raw • Download

tailwind.config.js copilot/create-shared-infocard-component (7c3f79ae) Text, 242 B

/** @type {import('tailwindcss').Config} */
export default {
content: [
"./index.html",
"./src/**/*.{js,ts,jsx,tsx}",
],
darkMode: 'media', // Use system preference for dark mode
theme: {
extend: {},
},
plugins: [],
}

Served by rngit 1.3.3 - Generated in 0.03s